CloseTargetRequest

data class CloseTargetRequest(targetId: TargetID)

Represents request frame that can be used with Target#closeTarget operation call.

Closes the target. If the target is a page that gets closed too.

See also

Constructors

CloseTargetRequest
Link copied to clipboard
fun CloseTargetRequest(targetId: TargetID)

Properties

targetId
Link copied to clipboard
val targetId: TargetID

Sources

jvm source
Link copied to clipboard